-
Notifications
You must be signed in to change notification settings - Fork 40
CLI: wallet subcommand #1543
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CLI: wallet subcommand #1543
Conversation
✓ Code Reference Verification PassedAll code references in the documentation have been verified successfully! Total references checked: 1 The documentation is in sync with the codebase on the |
c3c2c67
to
f0cf40e
Compare
9e4ac84
to
42b7189
Compare
OCaml Reference Validation ResultsRepository: https://github.com/MinaProtocol/mina.git Click to see full validation output
|
42b7189
to
57a4734
Compare
It is used to generate addresses from private keys but also send payments
54b80b4
to
fca4703
Compare
fca4703
to
4b7fc68
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, except for unclosed (
in CHANGELOG.md
2639fb3
to
03eee69
Compare
The CI was green before, and I only changed the CHANGELOG. Force merging without waiting for CI. |
See the transaction created by the CI: https://github.com/o1-labs/mina-rust/actions/runs/18526377463/job/52799159990?pr=1543 and https://minascan.io/devnet/tx/5JtdnDkqnGyYpwg1yhF2QjEr38mMJvErj7mgZLX5VajbB7xZ7wyn/txInfo
We can send transactions on devnet directly from the CLI. For instance:
You can check the transaction status with:
And it gaves this transaction: https://minascan.io/devnet/tx/5JuLs4Dw8Rba9dTfHecncqdqS35Z5fymYyrXq1EZAG9jSiYJd8Gc/txInfo.
The transaction is sent through a local node (by default).
The status can be fetched using:
And we have a help command as follow: